home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility1 / gswngui2.zip / UPPR_SCR.PS < prev    next >
Text File  |  1993-03-16  |  308b  |  14 lines

  1. % For putting the upper part of the Postscript output page
  2. % into a 640x480 screen.
  3. %
  4. %        -g640x480 uppr_scr.ps
  5.  
  6.  
  7.     gsave clippath pathbbox grestore
  8.     4 dict begin
  9.     /ury exch def /urx exch def /lly exch def /llx exch def
  10.     70 -10 translate
  11.     .95 .95 scale
  12.     ury urx sub llx ury add neg translate
  13.     end
  14.